home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / WebObjects / WebObjectsDoc_HTML / Reuse / ReusableComponentsEx / FileEditorEx.wo / FileEditorEx.wod < prev    next >
Encoding:
Text File  |  1996-03-11  |  303 b   |  19 lines

  1. ////////////////////////
  2. //  FileEditor
  3. //  by Charles Lloyd
  4. ////////////////////////
  5.  
  6.  
  7. MyFileEditor: FileEditor {
  8.     pathName = filePathName;
  9. };
  10.  
  11.  
  12. ShowSourceControls: ShowSource {
  13.     componentName = "FileEditor";
  14. }; 
  15.  
  16. ComponentDescription: ComponentDescription {
  17.     componentName = "FileEditor";
  18. };
  19.